Skip to content

Completed all derusting java files#11

Open
BradyLeg wants to merge 1 commit intogrc-cohort-21:mainfrom
BradyLeg:main
Open

Completed all derusting java files#11
BradyLeg wants to merge 1 commit intogrc-cohort-21:mainfrom
BradyLeg:main

Conversation

@BradyLeg
Copy link
Copy Markdown

No description provided.

Copy link
Copy Markdown

@auberonedu auberonedu left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice job! However, in the future I need to see multiple small commits made as you're working, otherwise you won't receive credit.

Comment thread src/Person.java
Comment on lines +37 to +40
public int birthYear(int currentYear) {
int birthYear = currentYear - age;
return birthYear;
}
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This works! We could also consider doing this in one line

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants